home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 534.swf / scripts / DefineButton2_446 / BUTTONCONDACTION on(release).as
Text File  |  2006-01-17  |  219b  |  14 lines

  1. on(release){
  2.    if(bet eq 0)
  3.    {
  4.       _root.betPlease.play();
  5.    }
  6.    else
  7.    {
  8.       _root.roullete_m.play();
  9.       s1 = new Sound(soundMC2);
  10.       s1.attachSound("movingBall");
  11.       s1.start();
  12.    }
  13. }
  14.